provider Integrations GET
/api/0/organizations/{organization_id_or_slug}/integrations/ @utdk/sentry
/api/0/organizations/{organization_id_or_slug}/integrations/ List an Organization's Available Integrations
Lists all the available Integrations for an Organization.
- organization_id_or_slug path required
- The ID or slug of the organization the resource belongs to.
- string
- providerKey query
- Specific integration provider to filter by such as `slack`. See our [Integrations Documentation](/product/integrations/) for an updated list of providers.
- string
- features query
- Integration features to filter by. See our [Integrations Documentation](/product/integrations/) for an updated list of features. Current available ones are: - `alert-rule` - `chat-unfurl` - `codeowners` - `commits` - `data-forwarding` - `deployment` - `enterprise-alert-rule` - `enterprise-incident-management` - `incident-management` - `issue-basic` - `issue-sync` - `mobile` - `serverless` - `session-replay` - `stacktrace-link` - `ticket-rules`
- array
- includeConfig query
- Specify `True` to fetch third-party integration configurations. Note that this can add several seconds to the response time.
- boolean
- cursor query
- A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
- string
Try it
Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sentry from '@utdk/sentry';
await sentry.listAnOrganizationSAvailableIntegrations()